home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00004_Script_#profiles exitframe < prev    next >
Text File  |  1997-07-29  |  268b  |  16 lines

  1. global menusub_notgone
  2.  
  3. on exitFrame
  4.   if the visible of sprite 44 = false then set menusub_notgone = 0
  5.   go the frame
  6. end
  7.  
  8. on mousedown
  9.   if menusub_notgone = 0 then
  10.     set sp = the clickon
  11.     if sp <> 1 then
  12.       shift_down
  13.     end if
  14.   end if
  15. end
  16.